Earlier or Equal - Check whether a point in time is earlier than or equal to another

This action comapres two points in time to check whether the first is earlier than or equal to the second.

Triggers [both required]

The action's template has two non-repetitive triggers: <Time 1> and <Time 2>.

Note that you may also provide a date as any of the inputs. A date is considered earlier than any point in time within that date (need to better handle the issue of time zones here).

Exits [none required]

The two exits represent two mutually exclusive possibilities:

<Yes> (non-repetitive exit [not required]): The first point in time (the value of <Time 1>), in case it is earlier than or equal to <Time 2>.

<No> (non-repetitive exit [not required]): The first point in time (the value of <Time 1>), in case it is not earlier than or equal to <Time 2> (i.e. <Time 1> is later than <Time 2>).

Usage Examples

Test1 (need to complete)